home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- X-Newsreader: UMSZer V2.22 public
- Mime-version: 1.0
- Content-Type: text/plain; charset=iso-8859-1
- Content-Transfer-encoding: 8BIT
- Path: news.tng.oche.de!tomate.tng.oche.de
- X-Gateway: ZCONNECT UE utomate.tng.oche.de.tomate.tng.oche.de [PolyNet zTOr V4.901 Serie: "light"]
- Subject: Function like UPPER but ANY in C ?
- Date: Fri, 12 Jan 96 3:42:20 GMT
- Message-ID: <68771033@0humpty.tomate.tng.oche.de>
- From: humpty@TOMATE.TNG.OCHE.DE (Andreas Mixich)
-
-
- Hello,
-
- I am not capable of coding in any other than Arexx, but have come into the
- need of modifiyng a GoldED Scanner. I have noticed, that the Guides Scanner
- does not work correct with guides, which have their keywords in lower case.
- No I need a function (or whatever) that does an ANY instead of UPPER.
- Here is the sourcepart:
-
- if (UPPER(*next++) == 'N') {
-
- if (UPPER(*next++) == 'O') {
-
- if (UPPER(*next++) == 'D') {
-
- if (UPPER(*next++) == 'E') {
-
- Is there something like that that works either with GNU-C or the PD Version
- of DICE ?
-
- Thanks.
-
- P.S. Maybe anyone wrote a Scanner for Arexx-subs/procedures ? This would
- make searching in large Arexx sources much easier. Tell me :-)
-
- --
- Ciao, Andreas
- Internet: humpty@tomate.tng.oche.de
- FIDO : 2:244/1544.14
-
- "Good Enough" is the death knell of progress.
-
-